home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Environments / Clean 1.2.4 / MacInterface / textedit.icl < prev    next >
Encoding:
Modula Implementation  |  1994-06-24  |  134 b   |  9 lines  |  [TEXT/3PRM]

  1. implementation module textedit;
  2.  
  3. import mac_types;
  4.  
  5. TEInit :: !Toolbox -> Toolbox;
  6. TEInit t = code (t=U)(z=Z){
  7.     instruction 0xA9CC
  8. };
  9.